home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / earcd / util / libs / n2ctclib.lha / n2c / n2c.doc next >
Text File  |  1997-01-30  |  3KB  |  136 lines

  1.  
  2.  
  3.                                n2c.tclib 1.0
  4.  
  5.                 An external functions library fo TurboCalc
  6.  
  7.                      Copyright 1997 by Alessandro Zummo
  8.  
  9.                             All Rights Reserved
  10.  
  11.                                  CardWare
  12.  
  13.  
  14.  
  15.  
  16.  
  17. INTRODUCTION
  18. ------------
  19.  
  20.   n2c.tclib is a simple TurboCalc library which translates numbers 
  21.   from digits to characters.
  22.  
  23.   In this version it will translate numbers only to italian, sorry 
  24.   for the others. 
  25.  
  26.   I've also included the complete source code, to let see
  27.   how is easy to write a TCalc library. You can freely modify the
  28.   source code but give the credit where the credit is due! 
  29.  
  30.   The source code may not be included in any shareware/commercial
  31.   product without my written permission.
  32.  
  33.   
  34. REQUIREMENTS
  35. ------------
  36.  
  37.   TurboCalc 3.0
  38.  
  39.  
  40. COPYRIGHT
  41. ---------
  42.  
  43.    The n2c.tclib is CardWare and may be copied free, as long
  44.    as it is distribuited complete with documentation and source
  45.    code.
  46.  
  47.    If you use it, you should send me a postcard.
  48.  
  49.    Use the n2c.tclib at your own risk.
  50.  
  51.    The author may not be made responsible for damage caused by
  52.    use of this library.
  53.  
  54.    The n2c.tclib is Copyright © 1997 by Alessandro Zummo.
  55.  
  56.    TurboCalc is Copyright 1993-97 by Michael Friedrich.
  57.  
  58.  
  59. INSTALLATION
  60. ------------
  61.  
  62.    Simply copy the n2c.tclib in your TurboCalc/TCLibs/
  63.   
  64.  
  65. USAGE
  66. -----
  67.  
  68.    Simply insert in any TCalc cell this line:
  69.  
  70.    =TCFKT("n2c.tclib";Function number;Number to convert)
  71.  
  72.  
  73.   
  74.   Function number  : 0 or 1
  75.   Number to convert: any number from 1 to 999999999999
  76.  
  77.  
  78.   If you select 1 as function number the last three digits
  79.   will not be converted.
  80.  
  81.  
  82.  
  83.   Examples:
  84.  
  85.  
  86.    =TCFKT("n2c.tclib";0;16905)
  87.  
  88.     sedicimilanovecentocinque
  89.  
  90.  
  91.    =TCFKT("n2c.tclib";1;16905)
  92.  
  93.     sedicimila905
  94.  
  95.  
  96. AUTHOR
  97. ------
  98.  
  99.     Snail mail:
  100.   
  101.     Alessandro Zummo
  102.     Via Barbaroux, 2
  103.     10122 Torino
  104.     Italy
  105.  
  106.  
  107.     Fidonet :   Alessandro Zummo 2:334/21.58
  108.  
  109.     Amiganet:   Alessandro Zummo 39:101/402.58 
  110.  
  111.     Internet:   azummo@ita.flashnet.it             (preferred)
  112.                 azummo@p58.f21.n334.z2.fidonet.org (very slow)
  113.  
  114.  
  115.  
  116.        -----------------------------------------------
  117.        Send me a postcard!!! You'll make me happy!!!!!
  118.        -----------------------------------------------
  119.  
  120.  
  121. GREETINGS
  122. ---------
  123.  
  124.     I would like to thank the following people:
  125.  
  126.   
  127.      Ferruccio Zamuner        He has inspired the n2c.tclib and 
  128.                               originally wrote the n2c routine in 
  129.                               ARexx.
  130.  
  131.      Andrea Latina            He originally translate the n2c from
  132.                               ARexx to C.
  133.  
  134.    
  135.  
  136.